:art: Update requirements

huangqimin 5 years ago
parent
commit
a1684c625d
2 changed files with 3 additions and 3 deletions
  1. 2 2
      logs/admin.py
  2. 1 1
      requirements_pywe.txt

+ 2 - 2
logs/admin.py

@@ -7,12 +7,12 @@ from logs.models import MchInfoDecryptLogInfo, MchInfoEncryptLogInfo, MchLogInfo
7 7
 
8 8
 
9 9
 class MchInfoEncryptLogInfoAdmin(ReadOnlyModelAdmin, admin.ModelAdmin):
10
-    list_display = ('plaintext', 'alg', 'ciphertext', 'brand_pk', 'model_pk', 'distributor_pk', 'sn', 'code', 'code_url', 'operator_id', 'status', 'created_at', 'updated_at')
10
+    list_display = ('plaintext', 'alg', 'ciphertext', 'brand_pk', 'model_pk', 'distributor_pk', 'sn', 'application_id', 'code', 'code_url', 'operator_id', 'status', 'created_at', 'updated_at')
11 11
     list_filter = ('alg', 'brand_pk', 'model_pk', 'distributor_pk', 'operator_id', 'status')
12 12
 
13 13
 
14 14
 class MchInfoDecryptLogInfoAdmin(ReadOnlyModelAdmin, admin.ModelAdmin):
15
-    list_display = ('ciphertext', 'brand_pk', 'model_pk', 'distributor_pk', 'sn', 'decrypt_count', 'status', 'created_at', 'updated_at')
15
+    list_display = ('ciphertext', 'brand_pk', 'model_pk', 'distributor_pk', 'sn', 'application_id', 'code', 'code_url', 'decrypt_count', 'status', 'created_at', 'updated_at')
16 16
     list_filter = ('brand_pk', 'model_pk', 'distributor_pk', 'status')
17 17
 
18 18
 

+ 1 - 1
requirements_pywe.txt

@@ -4,7 +4,7 @@ pywe-jssdk==1.1.0
4 4
 pywe-marketcode==1.0.2
5 5
 pywe-membercard==1.0.1
6 6
 pywe-miniapp==1.1.5
7
-pywe-oauth==1.0.7
7
+pywe-oauth==1.1.1
8 8
 pywe-pay==1.0.13
9 9
 pywe-pay-notify==1.0.4
10 10
 pywe-response==1.0.1